home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if exist grabber.doc goto :message
- echo
- echo Error: Cannot locate the documentation file.
- echo Please change to the drive or directory which
- echo contains your GRABBER distribution files, then
- echo run the INFO.BAT file again.
- echo
- goto :exit
- :message
- echo The complete documentation for the GRABBER program
- echo is contained in the file GRABBER.DOC, which runs
- echo to 21 pages.
- echo
- echo GRABBER.DOC comes pre-formatted for printing on
- echo 8-1/2 by 11-inch paper, 60 or 66 lines per page.
- echo
- echo If you don't want to print this file now, press [Ctrl-C]
- echo and then press [Y].
- echo
- echo Otherwise, you may let this batch file print it for you.
- echo Simply do the following:
- echo
- echo 1. Turn your printer ON
- echo 2. Adjust the left margin to zero or 1
- echo 3. Adjust the top line to the very top
- echo of the page
- echo 4. Press any key when ready to print,
- echo or type [Ctrl-C] now to abort...
- pause > nul
- echo ┌──────────────────────────────────────────────────────────────┐
- echo │ Printing GRABBER.DOC (20 pages). Press [Ctrl-C] to abort... │
- echo └──────────────────────────────────────────────────────────────┘
- type grabber.doc > prn
- type order.frm > prn
- echo
- echo Done.
- echo
- :exit